home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / ymax.hlp < prev    next >
Encoding:
Text File  |  1989-02-03  |  511 b   |  15 lines

  1. YMAX = expr;        Set maximum Y axis value for scaling
  2.  
  3. The YMAX control specifies the maximum Y axis value used for
  4. scaling plots.  Autoscaling for a plot of expression 'plotexpr' can
  5. be accomplished by specifying:
  6.  
  7.      YMIN = MIN(plotexpr) & YMAX = MAX(plotexpr);
  8.   or
  9.      SCALEY(plotexpr);
  10.  
  11. The minimum and maximum values for the Y axis must be set
  12. before an expression is plotted and the statements settings these
  13. values must not be grouped with the statement invoking the PLOT
  14. procedure.
  15.